ComponentOne ASP.NET MVC Controls
NewItemCreator Property (BaseCollectionViewService<T>)

C1.Web.Mvc Namespace > BaseCollectionViewService<T> Class : NewItemCreator Property
Gets or sets a function that creates new items for the collection.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Overridable Property NewItemCreator As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public virtual string NewItemCreator {get; set;}
Remarks
If the creator function is not supplied, try to create an uninitialized item of the appropriate type.
See Also

Reference

BaseCollectionViewService<T> Class
BaseCollectionViewService<T> Members